home *** CD-ROM | disk | FTP | other *** search
- Path: news.clark.net!not-for-mail
- From: dmpalmer@clark.net (David M. Palmer)
- Newsgroups: comp.lang.c++
- Subject: STL on VMS DEC Alpha CXX?
- Date: 28 Feb 1996 12:08:10 -0500
- Organization: Clark Internet Services, Inc., Ellicott City, MD USA
- Message-ID: <4h225q$32k@clark.net>
- NNTP-Posting-Host: explorer.clark.net
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- X-Newsreader: NN version 6.5.0 #6 (NOV)
-
- Does anybody have a working implementation of STL on the Alpha under VMS
- using the C++ compiler from DEC CXX.
-
- Either a set of patches to the downloads from the HP ftp site, or the
- name of a commercial vendor with a working version.
-
- I am using CXX v 5.2 .
-
- When I try to use it, I get loads of errors:
-
- $ create test.cxx
- #include <deque.h>
- main()
- {
- deque<int> intDeque;
- }
- Exit
- $ cxx/include_directory=tgrs2$dkb0:[stl] test.cxx
-
- typedef Allocator<T>::reference reference;
- ....................................^
- %CXX-E-DECLARATION, Invalid declaration.
- at line number 44 in file TGRS2$DKB0:[STL]DEQUE.H;1
-
- typedef Allocator<T>::const_reference const_reference;
- ..........................................^
- %CXX-E-DECLARATION, Invalid declaration.
- at line number 45 in file TGRS2$DKB0:[STL]DEQUE.H;1
-
- typedef Allocator<T>::size_type size_type;
- ....................................^
- %CXX-E-DECLARATION, Invalid declaration.
- at line number 46 in file TGRS2$DKB0:[STL]DEQUE.H;1
-
- and many more pages.
-
- Thanks in advance.
-
- David Palmer
-
-
-
- --
- David Palmer
- dmpalmer@clark.net
-